From 1ad66bcd45a71a721f5e4cb07d8cf16f5bb62e6e Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Sun, 11 Mar 2007 22:42:22 +0000 Subject: [PATCH] Fix typo in cset 14341:0affe03ee985 that broke migration. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 13a7a20f58..e4f30fc6e4 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -1564,7 +1564,7 @@ class XendDomainInfo: self.console_mfn = console_mfn self._introduceDomain() - if self.info.has_hvm(): + if self.info.is_hvm(): self.image = image.create(self, self.info) if self.image: self.image.createDeviceModel(True) -- 2.30.2